show memory

The show memory function will display the current state of memory consumption of the program. All sizes are given in bytes. It uses a direct call to mallinfo(3). The arena is the size of memory requested by the process to the kernel. It is then split in different blocks shared among the internal matrices and user's vectors, macros, functions, procedures, variables and history.

show memory

free, show table